From 480a833ab4cc41bfecbad3a970f4c889098177c3 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 10 Mar 2008 19:55:03 +0000 Subject: [PATCH] garmin_txt: Don't write additional when temperature present. --- garmin_txt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/garmin_txt.c b/garmin_txt.c index b5a0bbac4..e17a9a6fc 100644 --- a/garmin_txt.c +++ b/garmin_txt.c @@ -482,7 +482,6 @@ print_temperature(const float temperature) gbfprintf(fout, "%.f C", temperature); else gbfprintf(fout, "%.f F", (temperature * 1.8) + 32); - gbfprintf(fout, "\t"); } static void -- 2.30.2